(bootstrap-nmake): When nmake'ing bootstrap on the lisp/ directory, set SHELL to
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 6 Jun 2004 01:59:43 +0000 (01:59 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 6 Jun 2004 01:59:43 +0000 (01:59 +0000)
$(SHELLTYPE); this avoids calling non-existent cmdproxy.exe on boostrappings
after a previous install followed by realclean.

nt/makefile.w32-in

index 4f619b3f2e35b10051a4c1b8d2c3bc85566f65d1..6363904108eca2ad561e2bd7a7f937944565139f 100644 (file)
@@ -139,7 +139,7 @@ bootstrap-nmake:
        $(MAKE) $(MFLAGS) bootstrap\r
        $(MAKE) $(MFLAGS) bootstrap-clean\r
        cd ..\lisp\r
-       $(MAKE) $(MFLAGS) bootstrap\r
+       $(MAKE) $(MFLAGS) SHELL=$(SHELLTYPE) bootstrap\r
        cd ..\lib-src\r
        $(MAKE) $(MFLAGS) DOC\r
        cd ..\nt\r